home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / feed10a.zip / TEST.BAT < prev    next >
DOS Batch File  |  1994-06-14  |  186b  |  12 lines

  1. :: Example:
  2.  
  3. :: Feed [file] to [Batch file]
  4.  
  5. :: note DOS 5 or greater is needed to use /B (bare) param on DIR command
  6.  
  7. dir /b > dirlist.$$$
  8. feed dirlist.$$$ to testobj.bat
  9.  
  10.  
  11.  
  12.